home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / DOS.DAT < prev    next >
Text File  |  1991-11-30  |  592b  |  17 lines

  1. Explanation of the DOS command. It is 
  2. in the CONFIG.SYS.
  3. This command will cause part of MS-DOS to 
  4. be loaded into the high-memory-area (HMA) 
  5. and to possibly keep a link between upper 
  6. and lower memory.
  7. Switches:umb/noumb  Umb causes a link 
  8.         between upper and lower memory. Noumb 
  9.         disconnects this link. High/low this 
  10.         will  cause DOS to load into HMA or 
  11.              not, respectively.
  12. Example:
  13.   To load DOS into HMA and to keep a link 
  14.   betwen upper and lower memory you include 
  15.   this line in your CONFIG.SYS file:
  16.              dos=high, umb
  17.